gtk4.git
15 years ago[gdkevents] Add annotations for GdkEvent getters.
Steve Frécinaux [Mon, 7 Jun 2010 21:47:14 +0000 (23:47 +0200)]
[gdkevents] Add annotations for GdkEvent getters.

15 years ago[gtktextbuffer] Annotate gtk_text_buffer_create_mark()
Steve Frécinaux [Mon, 7 Jun 2010 21:45:43 +0000 (23:45 +0200)]
[gtktextbuffer] Annotate gtk_text_buffer_create_mark()

Add (transfer none) to the return value of gtk_text_buffer_create_mark(),
as the documentation clearly states the caller doesn't have ownership of
the returned value.

15 years agoAdd GtkApplication
Matthias Clasen [Mon, 7 Jun 2010 20:44:58 +0000 (16:44 -0400)]
Add GtkApplication

This is a work in progress to stub out an application class. The
primary goal is to provide a mechanism for applications to export
GtkActions, and there is a standard "Quit" action.

This is based on GApplication.

Future work:
 * Add a way to say "This is my application menubar", which gets
   put into all toplevel windows on non-OS-X, and into the top
   on OS X.
 * Support session management.
 * Support application settings.

https://bugzilla.gnome.org/show_bug.cgi?id=127958

15 years agoannotate allow-none for gtk_image_menu_item_new_from_stock accel_group param
John (J5) Palmieri [Mon, 7 Jun 2010 20:15:39 +0000 (16:15 -0400)]
annotate allow-none for gtk_image_menu_item_new_from_stock accel_group param

15 years agoadd allow-none annotation to gtk_clipboard_set_can_store's targets parameter
John (J5) Palmieri [Mon, 7 Jun 2010 17:15:27 +0000 (13:15 -0400)]
add allow-none annotation to gtk_clipboard_set_can_store's targets parameter

15 years agoReturn error instead of showing an error dialog when printing
Marek Kasik [Mon, 7 Jun 2010 12:52:38 +0000 (14:52 +0200)]
Return error instead of showing an error dialog when printing

Remove message dialogs showing an error when printing. Return
GTK_PRINT_OPERATION_RESULT_ERROR and set error in such a case.
Also return GTK_PRINT_OPERATION_RESULT_CANCEL when cancelled.
Do it for synchronous and asynchronous cases (#549127).

15 years agoSplit gdk x11 funcs to their own typelib
Tomeu Vizoso [Wed, 2 Jun 2010 16:17:16 +0000 (18:17 +0200)]
Split gdk x11 funcs to their own typelib

https://bugzilla.gnome.org/show_bug.cgi?id=617863

15 years agodrop the draw_string() function from GtkStyle
Sven Herzberg [Thu, 3 Jun 2010 12:00:34 +0000 (14:00 +0200)]
drop the draw_string() function from GtkStyle

Reviewed by Michael Natterer.

* gtk/gtkstyle.c,
* gtk/gtkstyle.h: gdk_draw_string() has been deprecated and removed
  already. There's no one left who should be using this function
  (found this when porting sapwood to GTK+ 3.0)
* modules/engines/pixbuf/pixbuf-draw.c: don't implement this unused
  function

15 years agoFix up abi checking
Matthias Clasen [Mon, 7 Jun 2010 10:16:21 +0000 (06:16 -0400)]
Fix up abi checking

The abicheck script was hardcoding assumptions about XI2 being used,
making it fail on e.g. RHEL5.

15 years agoRemove some GTK_DISABLE_DEPRECATED and ENABLE_BROKEN guards
Javier Jardón [Mon, 7 Jun 2010 02:39:21 +0000 (04:39 +0200)]
Remove some GTK_DISABLE_DEPRECATED and ENABLE_BROKEN guards

15 years agoRemove gdkx_colormap_get() deprecated function
Javier Jardón [Mon, 7 Jun 2010 02:31:56 +0000 (04:31 +0200)]
Remove gdkx_colormap_get() deprecated function

15 years agoMake gdk build against old X headers
Matthias Clasen [Sun, 6 Jun 2010 23:39:12 +0000 (19:39 -0400)]
Make gdk build against old X headers

The XI.h in RHEL5 is missing some defines that are used
in the new device code.

15 years agoRemove deprecatedd code from GdkColor
Javier Jardón [Tue, 25 May 2010 18:38:43 +0000 (20:38 +0200)]
Remove deprecatedd code from GdkColor

https://bugzilla.gnome.org/show_bug.cgi?id=619649

15 years agoUpdated Esperanto translation
Kristjan Schmidt [Sun, 6 Jun 2010 19:22:40 +0000 (21:22 +0200)]
Updated Esperanto translation

15 years agoUpdated Esperanto translation
Kristjan Schmidt [Sun, 6 Jun 2010 19:16:30 +0000 (21:16 +0200)]
Updated Esperanto translation

15 years agoUpdated Esperanto translation
Kristjan Schmidt [Sat, 5 Jun 2010 10:19:09 +0000 (12:19 +0200)]
Updated Esperanto translation

15 years agoBump Glib required version as is needed by g_source_set_name()
Javier Jardón [Sat, 5 Jun 2010 02:37:35 +0000 (04:37 +0200)]
Bump Glib required version as is needed by g_source_set_name()

The use of this new api was added in
95bc0f540555c15561ae1ddd2387ea5157591fda

15 years agoMake progressbars render progress again
Christian Dywan [Sat, 5 Jun 2010 00:03:19 +0000 (20:03 -0400)]
Make progressbars render progress again

This was broken during some earlier deprecation cleanup.
Bug 620509.

15 years agoRemove remaining single-include guards
Matthias Clasen [Fri, 4 Jun 2010 23:40:43 +0000 (19:40 -0400)]
Remove remaining single-include guards

15 years agoDon't install private headers
Matthias Clasen [Fri, 4 Jun 2010 23:28:01 +0000 (19:28 -0400)]
Don't install private headers

15 years ago[docs] Fix GtkWindow: activate-default => activate-focus.
Stanislas Marquis [Fri, 4 Jun 2010 22:33:06 +0000 (00:33 +0200)]
[docs] Fix GtkWindow: activate-default => activate-focus.

Signed-off-by: Javier Jardón <jjardon@gnome.org>
15 years agoFix a parameter name mismatch
Matthias Clasen [Fri, 4 Jun 2010 20:15:58 +0000 (16:15 -0400)]
Fix a parameter name mismatch

15 years agoAdd a few missing symbols
Matthias Clasen [Fri, 4 Jun 2010 20:14:52 +0000 (16:14 -0400)]
Add a few missing symbols

15 years agoFix a doc comment typo
Matthias Clasen [Fri, 4 Jun 2010 20:13:34 +0000 (16:13 -0400)]
Fix a doc comment typo

15 years ago[docs] gtktoolshell: Fix some "Since" tags
Javier Jardón [Fri, 4 Jun 2010 14:28:11 +0000 (16:28 +0200)]
[docs] gtktoolshell: Fix some "Since" tags

get_ellipsize_mode(), get_text_alignment(), get_text_orientation()
and get_text_size_group() were added in GTK+ 2.20,  not 2.14.

Reported by Stanislas Marquis on IRC.

15 years agoUse g_source_set_name for all custom GSources in GTK+
Colin Walters [Thu, 3 Jun 2010 20:24:38 +0000 (16:24 -0400)]
Use g_source_set_name for all custom GSources in GTK+

Naming the sources allows easier debugging with e.g. SystemTap
probes.

https://bugzilla.gnome.org/show_bug.cgi?id=620511

15 years agoSilence a few warnings in !HAVE_RANDR builds
Matthias Clasen [Thu, 3 Jun 2010 17:43:42 +0000 (13:43 -0400)]
Silence a few warnings in !HAVE_RANDR builds

15 years ago[docs] Improve GtkAction documentation
Tadej Borovšak [Thu, 3 Jun 2010 22:06:05 +0000 (00:06 +0200)]
[docs] Improve GtkAction documentation

Simple GtkAction API docs update that makes it easier to understand
how action affects the appearance of proxy.

Signed-off-by: Javier Jardón <jjardon@gnome.org>
15 years agoBug 596428 - GtkAssistant: Support ending with a progress page
Matthew Barnes [Wed, 2 Jun 2010 20:00:16 +0000 (16:00 -0400)]
Bug 596428 - GtkAssistant: Support ending with a progress page

- Add gtk_assistant_commit()

  This function discards the visited pages list so the back button is not
  shown on the current page, and removes the cancel button from subsequent
  pages.  Use this when information provided thus far cannot be revisited.

- Don't show the Forward button on a GTK_ASSISTANT_PAGE_PROGRESS if it's
  the last page (according to the forward page function).

- Append a progress page to the GtkAssistant demo.

15 years agoSilence a few configure warnings about datarootdir
Matthias Clasen [Thu, 3 Jun 2010 17:38:15 +0000 (13:38 -0400)]
Silence a few configure warnings about datarootdir

15 years agoFix a typo
Matthias Clasen [Thu, 3 Jun 2010 17:36:09 +0000 (13:36 -0400)]
Fix a typo

15 years agoAvoid a 'EXTRA_DIST multiply defined' warning
Matthias Clasen [Thu, 3 Jun 2010 17:22:31 +0000 (13:22 -0400)]
Avoid a 'EXTRA_DIST multiply defined' warning

15 years agoUpdated Irish translation
Seán de Búrca [Thu, 3 Jun 2010 14:11:06 +0000 (08:11 -0600)]
Updated Irish translation

15 years agoUpdated Irish translation
Seán de Búrca [Thu, 3 Jun 2010 13:35:22 +0000 (07:35 -0600)]
Updated Irish translation

15 years agoTest connection to all given addresses when printing
Marek Kasik [Thu, 3 Jun 2010 08:13:17 +0000 (10:13 +0200)]
Test connection to all given addresses when printing

Go to the next address given by CUPS if we fail to connect to
previous address (#603637).

15 years agoRemove indices for 2.x additions
Matthias Clasen [Thu, 3 Jun 2010 05:23:13 +0000 (01:23 -0400)]
Remove indices for 2.x additions

15 years agoGtkSeparator is no instantiatable
Matthias Clasen [Thu, 3 Jun 2010 05:21:18 +0000 (01:21 -0400)]
GtkSeparator is no instantiatable

15 years agoUpdate documentation for orientables
Matthias Clasen [Thu, 3 Jun 2010 05:18:42 +0000 (01:18 -0400)]
Update documentation for orientables

Don't document these as abstract anymore, since they are now
instantiatable.

15 years agoRemove old migration docs
Matthias Clasen [Thu, 3 Jun 2010 05:09:53 +0000 (01:09 -0400)]
Remove old migration docs

This information will still be available in the 2.22 docs.
For 3.0, we'll do sortof a clean start.

15 years agoRemove docs about 1.2 <> 2.0 differences
Matthias Clasen [Wed, 2 Jun 2010 23:59:41 +0000 (19:59 -0400)]
Remove docs about 1.2 <> 2.0 differences

These should not be kept in 3.0.
Noticed by Dan Winship in bug #619838.

15 years agoFix a doc typo
Matthias Clasen [Wed, 2 Jun 2010 23:56:47 +0000 (19:56 -0400)]
Fix a doc typo

See bug #620244

15 years agoapp: forgot to update API docs in the last commit
Michael Natterer [Wed, 2 Jun 2010 19:11:45 +0000 (21:11 +0200)]
app: forgot to update API docs in the last commit
(cherry picked from commit 22c61e0c8f0028cb4da8b4a107f8018f5a0ed5dc)

15 years agogdk: rename gdk_drag_context_get_action() to gdk_drag_context_get_selected_action()
Michael Natterer [Wed, 2 Jun 2010 18:42:11 +0000 (20:42 +0200)]
gdk: rename gdk_drag_context_get_action() to gdk_drag_context_get_selected_action()

so its purpose is clear.
(cherry picked from commit d393cb377c60a4de9cab1d026acccafed1e34ec1)

15 years agoBug 611709 - Add gtk_statusbar_remove_all
Garrett Regier [Sat, 15 May 2010 20:58:30 +0000 (13:58 -0700)]
Bug 611709 - Add gtk_statusbar_remove_all

15 years agoBug 608218 - GtkOffscreenWindow causes bad window with GtkEntry
Cody Russell [Tue, 1 Jun 2010 15:32:18 +0000 (10:32 -0500)]
Bug 608218 - GtkOffscreenWindow causes bad window with GtkEntry

We now exit early from gdk_window_register_dnd() to avoid crashing if the
window type is GDK_WINDOW_OFFSCREEN and does not support dnd operations.
This makes it possible to use any dnd-enabled widgets, such as GtkEntry,
within a GtkOffscreenWindow.

15 years ago[gtktreeview] Add a couple of annotations
Johan Dahlin [Fri, 28 May 2010 12:26:31 +0000 (09:26 -0300)]
[gtktreeview] Add a couple of annotations

15 years agoImproved icon view keynav
Matthias Clasen [Sun, 30 May 2010 06:15:40 +0000 (02:15 -0400)]
Improved icon view keynav

Use ::keynav-failed for arrow navigation in icon views, so that
it is possible to override error handling. Also add API to get the
row/col of an item. With this, it is possible to make arrow keynav
span adjacent icon views, which is desired in the new control-center
shell. testiconview-keynav demonstrates this.

15 years agoTrivial typo fix
Matthias Clasen [Sun, 30 May 2010 04:28:11 +0000 (00:28 -0400)]
Trivial typo fix

15 years agoSimple typo fix
Matthias Clasen [Sun, 30 May 2010 03:31:50 +0000 (23:31 -0400)]
Simple typo fix

15 years ago[docs] Add GTK+3 migration guide
Javier Jardón [Fri, 28 May 2010 16:18:45 +0000 (18:18 +0200)]
[docs] Add GTK+3 migration guide

15 years agoBug 607628 - DnD operation doesn't work when using offscreen
Michael Natterer [Sat, 29 May 2010 03:04:54 +0000 (05:04 +0200)]
Bug 607628 - DnD operation doesn't work when using offscreen

Changed the way to find the drop widget from a top->bottom recursion
using GdkWindow positions to a liner bottom->top walk up the widget
hierarchy using _gtk_widget_find_at_coords() and
gtk_widget_translate_coordinates(), which both do the right things for
offscreen widgets.
(cherry picked from commit cb8c0763215bd18219c2d32b56e4bfe8a576f6b3)

15 years agoUpdated Hebrew translation.
Yaron Shahrabani [Fri, 28 May 2010 12:55:57 +0000 (15:55 +0300)]
Updated Hebrew translation.

15 years agoUpdated Hebrew translation.
Yaron Shahrabani [Fri, 28 May 2010 12:50:41 +0000 (15:50 +0300)]
Updated Hebrew translation.

15 years agogtk_tree_selection_get_selected: added transfer none annotation to model out arg
John (J5) Palmieri [Thu, 27 May 2010 22:36:04 +0000 (18:36 -0400)]
gtk_tree_selection_get_selected: added transfer none annotation to model out arg

15 years agoRevert "Deprecate GTK_OBJECT_FLAGS() and GtkObjectFlags enum"
Javier Jardón [Thu, 27 May 2010 22:14:17 +0000 (00:14 +0200)]
Revert "Deprecate GTK_OBJECT_FLAGS() and GtkObjectFlags enum"

This reverts commit 72467ba2e6136c7a2c1754280dc8edff56b5bf3c.

15 years agogtk_tree_view_get_model: return value annotated transfer none
John (J5) Palmieri [Thu, 27 May 2010 20:58:52 +0000 (16:58 -0400)]
gtk_tree_view_get_model: return value annotated transfer none

15 years agoannotation fixes
John (J5) Palmieri [Thu, 27 May 2010 20:53:42 +0000 (16:53 -0400)]
annotation fixes

* gtk_tree_model_get_column_type: transfer none added to the return value
* gtk_tree_model_get_path: value parameter switched from inout to out
  so that it is annotated with caller-allocates

15 years agogtkwidget.h: Fix a typo
Javier Jardón [Thu, 27 May 2010 20:00:09 +0000 (22:00 +0200)]
gtkwidget.h: Fix a typo

Fix a type introduced in
commit 818d444e2fa772af8e483bd151522d019514030d

Reported by Garrett Regier.

15 years agoDeprecate GTK_OBJECT_FLAGS() and GtkObjectFlags enum
Javier Jardón [Thu, 13 May 2010 18:07:17 +0000 (20:07 +0200)]
Deprecate GTK_OBJECT_FLAGS() and GtkObjectFlags enum

This macro will be moved to a private header in GTK+3.

https://bugzilla.gnome.org/show_bug.cgi?id=615666

15 years agoRemove GTK_NO_REPARENT deprecated widget flag
Javier Jardón [Thu, 27 May 2010 16:05:02 +0000 (18:05 +0200)]
Remove GTK_NO_REPARENT deprecated widget flag

15 years agoDeprecate GTK_NO_REPARENT
Javier Jardón [Thu, 27 May 2010 16:04:05 +0000 (18:04 +0200)]
Deprecate GTK_NO_REPARENT

15 years ago[docs] Use the correct gtk-doc notation
Javier Jardón [Thu, 27 May 2010 13:37:19 +0000 (15:37 +0200)]
[docs] Use the correct gtk-doc notation

Use 'Deprecated: 3.0:' intead 'Deprecated: 3.0.'

15 years agoBug #619080.
Li Yuan [Thu, 27 May 2010 06:57:38 +0000 (14:57 +0800)]
Bug #619080.

Do not emit the text-changed::insert signal when the entry is empty.

15 years agogtkmain: remove some unused code
Javier Jardón [Thu, 27 May 2010 03:54:18 +0000 (05:54 +0200)]
gtkmain: remove some unused code

15 years agogtkmain: Remove unused GtkClosure struct
Javier Jardón [Thu, 27 May 2010 03:45:27 +0000 (05:45 +0200)]
gtkmain: Remove unused GtkClosure struct

15 years ago[docs] Remove deprecated documentation
Javier Jardón [Thu, 27 May 2010 03:16:15 +0000 (05:16 +0200)]
[docs] Remove deprecated documentation

15 years agogtkcontainer: Remove unused GtkForeachData struct
Javier Jardón [Thu, 27 May 2010 01:37:32 +0000 (03:37 +0200)]
gtkcontainer: Remove unused GtkForeachData struct

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=619672

15 years ago[docs] Move some widgets: they are not abstract now
Javier Jardón [Wed, 26 May 2010 17:07:51 +0000 (19:07 +0200)]
[docs] Move some widgets: they are not abstract now

15 years agoBug 607628 - DnD operation doesn't work when using offscreen
Michael Natterer [Wed, 26 May 2010 15:09:11 +0000 (17:09 +0200)]
Bug 607628 - DnD operation doesn't work when using offscreen

Turn find_widget_under_pointer() into internal API
_gtk_widget_find_at_coords() which is needed for fixing above
bug. This should actually be a public utility function, and will be
moved to another file when its final API has been decided.
(cherry picked from commit c4b1bbf3e201099e5fed38d7a60b343662b88b21)

15 years agoGtkWindow: Add gtk_window_has_group()
Carlos Garcia Campos [Wed, 26 May 2010 14:49:31 +0000 (16:49 +0200)]
GtkWindow: Add gtk_window_has_group()

To check whether the window has an explicit group

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=618271#c2

15 years agogdk/gdkwindow.c: fix a typo in gdk_window_set_device_cursor().
Christian Beier [Wed, 26 May 2010 11:22:25 +0000 (13:22 +0200)]
gdk/gdkwindow.c: fix a typo in gdk_window_set_device_cursor().

Signed-off-by: Christian Beier <dontmind@freeshell.org>
Signed-off-by: Javier Jardón <jjardon@gnome.org>
15 years agoRemove gdk_*et_use_xshm() deprecated functions
Javier Jardón [Tue, 25 May 2010 23:41:40 +0000 (01:41 +0200)]
Remove gdk_*et_use_xshm() deprecated functions

15 years agoBump version
Matthias Clasen [Wed, 26 May 2010 03:01:37 +0000 (23:01 -0400)]
Bump version

15 years ago2.90.1
Matthias Clasen [Wed, 26 May 2010 02:57:46 +0000 (22:57 -0400)]
2.90.1

15 years agoSome more devicegroup purging
Matthias Clasen [Wed, 26 May 2010 02:12:51 +0000 (22:12 -0400)]
Some more devicegroup purging

15 years agoMake gio sniffing test work again
Matthias Clasen [Wed, 26 May 2010 01:33:40 +0000 (21:33 -0400)]
Make gio sniffing test work again

15 years agoFix up distcheck
Matthias Clasen [Wed, 26 May 2010 00:13:14 +0000 (20:13 -0400)]
Fix up distcheck

15 years agoUpdates
Matthias Clasen [Wed, 26 May 2010 00:07:52 +0000 (20:07 -0400)]
Updates

15 years agoDocumentation fixes
Matthias Clasen [Tue, 25 May 2010 23:27:42 +0000 (19:27 -0400)]
Documentation fixes

15 years agoSome additions
Matthias Clasen [Tue, 25 May 2010 23:18:06 +0000 (19:18 -0400)]
Some additions

15 years agoRemove duplicates
Matthias Clasen [Tue, 25 May 2010 23:03:16 +0000 (19:03 -0400)]
Remove duplicates

15 years agoMake orientable base classes instantiable
Matthias Clasen [Tue, 25 May 2010 22:55:15 +0000 (18:55 -0400)]
Make orientable base classes instantiable

This commit adds constructors for GtkPaned, GtkBox, GtkButtonBox,
GtkRuler, GtkScale, GtkScrollbar and GtkSeparator and makes these
types instantiable.

15 years agoMerge the xi2-for-master branch
Matthias Clasen [Tue, 25 May 2010 22:38:44 +0000 (18:38 -0400)]
Merge the xi2-for-master branch

15 years agoFix conflict Git markers
Bruce Cowan [Tue, 25 May 2010 19:27:43 +0000 (20:27 +0100)]
Fix conflict Git markers

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=619655

15 years agoFix typo in previous patch
Javier Jardón [Tue, 25 May 2010 18:48:59 +0000 (20:48 +0200)]
Fix typo in previous patch

15 years agoAdd indexes
Matthias Clasen [Tue, 25 May 2010 16:21:13 +0000 (12:21 -0400)]
Add indexes

Add an index for 2.22 api additions, and one for 3.0.

15 years agoAdd some leftover symbols
Matthias Clasen [Tue, 25 May 2010 16:00:51 +0000 (12:00 -0400)]
Add some leftover symbols

15 years agoSeal gdk
Matthias Clasen [Tue, 25 May 2010 15:54:16 +0000 (11:54 -0400)]
Seal gdk

Add G_SEAL annotation for struct members, and add accessors for
the (useful) fields. Patch based on work by Garrett Regier,
see bug #592580.

15 years agoadd a transfer none annotation to gtk_tree_view_get_selection
John (J5) Palmieri [Tue, 25 May 2010 15:49:10 +0000 (11:49 -0400)]
add a transfer none annotation to gtk_tree_view_get_selection

* it returns the selection from its priv structure without reffing

15 years agoSome additions
Matthias Clasen [Tue, 25 May 2010 14:24:53 +0000 (10:24 -0400)]
Some additions

15 years agoFix up gtk_paned_get_handle_window docs
Matthias Clasen [Tue, 25 May 2010 13:47:54 +0000 (09:47 -0400)]
Fix up gtk_paned_get_handle_window docs

15 years agoFix up gtk_icon_info_load_symbolic docs
Matthias Clasen [Tue, 25 May 2010 13:47:20 +0000 (09:47 -0400)]
Fix up gtk_icon_info_load_symbolic docs

15 years agoDocument GtkRange::adjust-bounds
Matthias Clasen [Tue, 25 May 2010 13:44:29 +0000 (09:44 -0400)]
Document GtkRange::adjust-bounds

15 years agoDocument GtkMovementStep
Matthias Clasen [Tue, 25 May 2010 13:42:09 +0000 (09:42 -0400)]
Document GtkMovementStep

15 years agoDocument GTK_FILE_CHOOSER_ERROR_INCOMPLETE_HOSTNAME
Matthias Clasen [Tue, 25 May 2010 13:34:38 +0000 (09:34 -0400)]
Document GTK_FILE_CHOOSER_ERROR_INCOMPLETE_HOSTNAME

15 years agoFix many fuzzy translations of default:mm
Caolan McNamara [Tue, 25 May 2010 01:30:04 +0000 (21:30 -0400)]
Fix many fuzzy translations of default:mm

Many of these were translated to either default:LTR or @#$^%&:mm.

Bug #619595.

15 years agoRemove deprecated GtkToolbar code
Javier Jardón [Sat, 22 May 2010 05:10:18 +0000 (07:10 +0200)]
Remove deprecated GtkToolbar code

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=616817

15 years agoHonor PPD reading over listing of printers
Marek Kasik [Mon, 24 May 2010 14:39:19 +0000 (16:39 +0200)]
Honor PPD reading over listing of printers

Reading of PPD files collides with getting list of printers.
It helps to give higher priority to getting of PPDs than to
getting list of printers (#614581).

15 years agoRevert "Forward-port a GtkAdjustment compatibility fix"
Javier Jardón [Mon, 24 May 2010 02:04:10 +0000 (04:04 +0200)]
Revert "Forward-port a GtkAdjustment compatibility fix"

In the early 2.14.x releases, GtkAdjustment was changed to enforce
that values are restricted to the range [lower, upper - page_size].
This has always been the documented behaviour, and the recommended
practice is to set page_size to 0 when using adjustments for simple
scalar values, like in a slider or spin button.
Due to the large number of applications that are affected by this
change, the behaviour has been reverted to the old behaviour in
2.14.3, with an explicit warning that this change will be
reintroduced in 2.90.

This reverts commit e6373738fc9c53c95e467a3681fcd3426fd94d13.

https://bugzilla.gnome.org/show_bug.cgi?id=619474

15 years agoActually expose the X11 funcs through introspection
Tomeu Vizoso [Thu, 6 May 2010 07:54:58 +0000 (09:54 +0200)]
Actually expose the X11 funcs through introspection

https://bugzilla.gnome.org/show_bug.cgi?id=617863